메인 콘텐츠로 건너뛰기
POST
/
auth
/
jwt
/
google-sign-in
Google sign-in authentication.
curl --request POST \
  --url https://your_a2_service/auth/jwt/google-sign-in \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data 'access_token=<string>'
{
  "access_token": "<string>",
  "token_type": "<string>"
}

Body

application/x-www-form-urlencoded
access_token
string
required

Response

Successful Response

access_token
string
required
token_type
string
required